Product : ISaGRAF V3.3

Date    : updated November-1999

File    : nofloat.Undef float and file suppresion in IDK.htm

Subject : Undef float and file suppression in IDK

Keywords: float - DEF_FLOAT - tasy0def.h

____________________________________________________________________

To suppress float in ISaGRAF target:

1) modify DEFS\TASY0DEF.H, change #define DEF_FLOAT into #undef

2) suppress in USER\grcn0lib.c all conversions

3) suppress in USER\grfb0lib.c all blocks using float

or put around #ifdef DEF_FLOAT

and modify compile utilities:

libcnv.bat, isacnv.lby

libfbl.bat, isafbl.lby

4) remove following files from libker.bat and isaker.lby:

taio0ana.c

taiousc.c

taio0tab.c

taus0rea.C

tafb0rea.c

5) if you have an appli.c, this application must not use real or

conversion functions or table

then remove following files from libkerc.bat and isakerc.lby:

taiousc.c

taus0rea.C

tafb0rea.c

6) start maketdk

____________________________________________________________________

Copyright © 1996-2009 ICS Triplex ISaGRAF Inc. All rights reserved.